module Base {

   	item Vest_Hunting_GreyOPEN
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Grey Hunting Vest,
        ClothingItem = Vest_Hunting_GreyOPEN,
        BodyLocation = TorsoExtraVest,
        IconsForTexture = Huntingvest_Grey;HuntingVest_Black;HuntingVest_Brown;HuntingVest_DarkGreen;HuntingVest_Green;HuntingVest_Yellow;HuntingVest_Denim
        BloodLocation = ShirtNoSleeves,
        Insulation = 0.90,
        WindResistance = 0.80,
        WorldStaticModel = HuntingVest_Ground,
    }

    item Vest_Hunting_OrangeOPEN
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Orange Hunting Vest,
        ClothingItem = Vest_Hunting_OrangeOPEN,
        BodyLocation = TorsoExtraVest,
        IconsForTexture = Huntingvest_Orange;HuntingVest_Green;HuntingVest_Yellow;HuntingVest_Blue,
        BloodLocation = ShirtNoSleeves,
        Insulation = 0.75,
        WindResistance = 0.75,
        WorldStaticModel = HuntingVest_Ground,
    }
   
    item Vest_HighVizOPEN
    {
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Vest - High Visibility,
        ClothingItem = Vest_HighVizOPEN,
        BodyLocation = TorsoExtraVest,
       IconsForTexture = ConstructionVestYellow;ConstructionVestOrange;ConstructionVestGreen,
        BloodLocation = ShirtNoSleeves,
        Insulation = 0.1,
        WindResistance = 0.05,
        WorldStaticModel = HuntingVest_Ground,
    }
}